Extension::Regexgrep Method

Syntax

.grep as c (source_text as C, regex_pattern as C [, format as C [, options as C]])

Arguments

source_text

Text to run pattern match against.

regex_pattern

Regular expression to match.

format

Values to return.

options

Regular expression options

Description

Grep a regex expression.

See Also